Class DefaultStyle

Used in the hook DefaultStyleChanges to change default text colors.

All parameters are color component values, which are decimal values between 0.0 and 1.0.

Methods

DefaultStyle:SetColorOptionsPages (r, g, b) SetColorOptionsPages sets the default text color for the tabs in the options screen.
DefaultStyle:SetColorPanelTitles (r, g, b) SetColorPanelTitles sets the default text color for the text on the Skilldex, character bar, weapon mode, and a few other locations.
DefaultStyle:SetColorDefaultText (r, g, b) SetColorDefaultText sets the default text color for the normal text on the character screen.
DefaultStyle:SetColorHighlightText (r, g, b) SetColorHighlightText sets the default text color for a highlighted skill or attribute nn the character screen.
DefaultStyle:SetColorBuffs (r, g, b) SetColorBuffs sets the default text color for attributes with temporary positive modifiers on the character screen.
DefaultStyle:SetColorDebuffs (r, g, b) SetColorDebuffs sets the default text color for attributes with temporary negative modifiers on the character screen.
DefaultStyle:SetColorTags (r, g, b) SetColorTags sets the default text color for the tagged skills in the character screen.


Methods

DefaultStyle:SetColorOptionsPages (r, g, b)
SetColorOptionsPages sets the default text color for the tabs in the options screen.

Parameters:

  • r Red component of color.
  • g Green component of color.
  • b Blue component of color.

Returns:

    None.
DefaultStyle:SetColorPanelTitles (r, g, b)
SetColorPanelTitles sets the default text color for the text on the Skilldex, character bar, weapon mode, and a few other locations.

Parameters:

  • r Red component of color.
  • g Green component of color.
  • b Blue component of color.

Returns:

    None.
DefaultStyle:SetColorDefaultText (r, g, b)
SetColorDefaultText sets the default text color for the normal text on the character screen.

Parameters:

  • r Red component of color.
  • g Green component of color.
  • b Blue component of color.

Returns:

    None.
DefaultStyle:SetColorHighlightText (r, g, b)
SetColorHighlightText sets the default text color for a highlighted skill or attribute nn the character screen.

Parameters:

  • r Red component of color.
  • g Green component of color.
  • b Blue component of color.

Returns:

    None.
DefaultStyle:SetColorBuffs (r, g, b)
SetColorBuffs sets the default text color for attributes with temporary positive modifiers on the character screen.

Parameters:

  • r Red component of color.
  • g Green component of color.
  • b Blue component of color.

Returns:

    None.
DefaultStyle:SetColorDebuffs (r, g, b)
SetColorDebuffs sets the default text color for attributes with temporary negative modifiers on the character screen.

Parameters:

  • r Red component of color.
  • g Green component of color.
  • b Blue component of color.

Returns:

    None.
DefaultStyle:SetColorTags (r, g, b)
SetColorTags sets the default text color for the tagged skills in the character screen.

Parameters:

  • r Red component of color.
  • g Green component of color.
  • b Blue component of color.

Returns:

    None.
generated by LDoc 1.4.6 Last updated 2021-05-07 19:14:47